home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Frameworks / Hsoi's App Shell 1.0a4 / HAS Documentation / HAS KNOWN BUGS next >
Encoding:
Text File  |  1997-01-28  |  3.2 KB  |  51 lines  |  [TEXT/Hsoi]

  1.  Hsoi's App Shell
  2. by John C. Daub
  3. © 1995-1997 John C. Daub, All Rights Reserved.
  4. Version 1.0a3
  5.  
  6. This is a list of the known bugs in Hsoi's App Shell.  This probably isn't a complete list, but it's something.  If you find any more bugs, if you find fixes for bugs, or whatever, please contact me with them (you will receive credit for your work)
  7.  
  8. •    trying to cancel printing with cmd-. doesn't always work...it seems that the cancel
  9.     gets picked up, but then is ignored.  This is also a bug i found in Tex-Edit+ 1.6.3
  10.     (since the code was based upon that).  so maybe if Tom fixes his, or I fix, let
  11.     the other know.
  12.  
  13. •    the topic popup in the prefs dialog(s) truncates when a new dialog is brought up.
  14.     not a bug worth pursuing since the prefs code will soon be totally rewritten to
  15.     have multipane dialogs with icons, etc (like the CW prefs dialog).
  16.  
  17. •    I've also had a report of the prefs dialog topic popup causing an unrecoverable
  18.     crash.  I am not sure of the cause of the problem, but I'm sure that this and the
  19.     aforementioned problem are releated.  But again, this is not a bug that I will
  20.     pursue fixing (if you find the problem and/or a fix, please do notify me so at
  21.     least we can fix it for now);  I will be totally rewriting the prefs code in a future
  22.     release so hopefully that'll squash this bug.
  23.  
  24. •    I've had it reported to me that there is a problem with old (I mean OLD) prefs
  25.     files.  If you happen to be someone that used HAS back in the early days (i.e. like
  26.     anything before the 1.0a2 release), check your Preferences folder for any copies
  27.     of the HAS prefs file and trash it.  If you don't all that will happen is that ExitToShell
  28.     will be called, therefore the app will seem to startup and then exit immediately.
  29.     Trashing the prefs file should aliviate this problem.
  30.  
  31. •    in the text prefs, the size popup and edit box:  put an "odd" size in the edit
  32.     box, popup the menu, select nothing (or the appended new/odd size) and then
  33.     the number in the edit box changes to 9 (the first regular item in the popup menu)
  34.     
  35. •    running native PPC code on a PowerMac, you occasionally get type 3 errors.  It seems
  36.     that it only happens when dialogs are brought up.  I've had it happen when the
  37.     regular about box is brought up the second time (first time works ok), when alerts
  38.     come up.  It seems it might be linked to my dialog filters (especially ones that
  39.     use the hsoiMyStandardDialogFilter), but I don't have the facilities to adequately
  40.     track it down (i.e. I don't own a PowerMac that I can use the MW Debugger on to step
  41.     through the code to find out just where the bug occurs).
  42.  
  43. •    A type 3 error also occurs when you are running native PPC code on a PowerMac, you
  44.     have speech on, you're speaking text, and you're hiliting by word (none and by
  45.     sentence seem to work ok).  I think this problem has to do with the A5 world. but
  46.     strangely, it seems that Tom Bender's same code works fine on PowerMacs...I'm more
  47.     than certain it's due to the A5 world thing, but I'm not quite sure how TTS should
  48.     then work on PowerMacs (since there seems to be a lack of documentation on it
  49.     from Apple.  If there is some documentation that someone finds, or some code that
  50.     uses TTS A5 callbacks that someone finds, please let me know so I can fix this).
  51.